Print Quality Modes for the Universal Print Structure
You can use the print quality mode constants to define the value of thequalityMode
field in the universal print structure.
enum { gxBestQuality = 0, gxFasterQuality = 1, gxDraftQuality = 2 };Constant descriptions
- gxBestQuality
- The driver needs to print this print job with highest-quality printing.
gxFasterQuality
- The driver needs to print this print job with medium-quality printing.
gxDraftQuality
- The driver needs to print this print job with fastest-quality printing.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help